home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / x-lynx < prev    next >
Text File  |  1994-07-11  |  165b  |  7 lines

  1. # /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
  2. CC    = $(OLDCC)
  3. OLDCC    = /bin/gcc
  4.  
  5. # /bin/sh is too buggy, so use /bin/bash instead.
  6. SHELL = /bin/bash
  7.